Allocation
Create an allocation
Create a new allocation between a campaign and placement.
An allocation represents the relationship between a campaign and a placement, defining how ads from the campaign will be served on the placement.
Access Control:
- Admin and Retailer accounts: Can create allocations for any campaign/placement
- Advertiser accounts: Can only create allocations for campaigns they own
If the user doesn’t have permission to create the campaign, the request fails.
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Schema for creating allocation entity.
Response
200
application/json
Successful Response
Schema for reading allocation entity.
Previous
Update an allocationUpdate an existing allocation between a campaign and placement.
Access Control:
- Admin and Retailer accounts: Can update any allocation and change status to published/rejected
- Advertiser accounts: Can only update allocations for campaigns they own, cannot change status to published/rejected
If the user doesn't have permission to update the allocation, the request fails.
Next